home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
games
/
65
/
pascal
/
realm.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1986-10-16
|
2KB
|
64 lines
PROGRAM REALM ( INPUT, OUTPUT);
CONST
titles = 70;
VAR
r1, r2, r3, r4, r5 : char;
r6, r7, r8, r9, r10 : char;
t1 : string[titles];
(***********************************************************)
Procedure wri( title : string); external;
Procedure wr; external;
Procedure char_out(device,dout : integer); external;
Procedure clear_screen; external;
Procedure rvon; external;
Procedure rvoff; external;
Procedure one; external;
Procedure two; external;
Procedure three; external;
Procedure four; external;
Procedure five; external;
Procedure six; external;
Procedure seven; external;
Procedure eight; external;
Procedure nine; external;
BEGIN
clear_screen;
writeln(' HOME MORTGAGE');
writeln;
writeln;
writeln;
writeln;
writeln;
writeln;
writeln(' *-*-* DEMO *-*-*');
writeln;
writeln;
writeln;
writeln(' 1. Mortgage Information');
writeln(' 2. ');
writeln(' 3. ');
writeln(' 4. ');
writeln(' ');
writeln(' 9. EXIT PROGRAM');
writeln;
writeln;
writeln('Portions of this product are Copyright (c) 1986, OSS and CCD.');
writeln(' Used by Permission of OSS');
writeln;
writeln(' Copyright (c) DCS 1986');
rvon;
writeln('ENTER DESIRED KEY');
rvoff;
read(r1);
CLEAR_SCREEN;
one;
two;
three;
four;
five;
six;
seven;
eight;
nine;
end.
əəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəə